Welcome![Sign In][Sign Up]
Location:
Search - VxWorks device drivers

Search list

[Other resourceIO系统—设备驱动笔记

Description: [原创]vxworks系统下的I/O系统和设备驱动笔记。-[original] VxWorks system, the I / O system and device drivers Notes.
Platform: | Size: 8555 | Author: 艾倜人生 | Hits:

[Other resourceVxWorks设备驱动编写和移植指南

Description: VxWorks设备驱动编写和移植指南-VxWorks device drivers and the preparation of guidelines for transplant
Platform: | Size: 668516 | Author: 董明 | Hits:

[VxWorksVxWorks设备驱动编写和移植指南

Description: VxWorks设备驱动编写和移植指南-VxWorks device drivers and the preparation of guidelines for transplant
Platform: | Size: 668672 | Author: 董明 | Hits:

[VxWorksIO系统—设备驱动笔记

Description: [原创]vxworks系统下的I/O系统和设备驱动笔记。-[original] VxWorks system, the I/O system and device drivers Notes.
Platform: | Size: 8192 | Author: skyge | Hits:

[OtherGuidetoWritingandPortingDevice

Description: 电子书388页,英文的。 Guide toWriting and Porting Device Drivers VxWorks5.3设备驱动编写和移植-388 e-books, English. Guide toWriting and Porting DeviceDriversVxWorks5.3 device driver preparation and transplantation
Platform: | Size: 668672 | Author: 黄安 | Hits:

[Driver Developrtos-device-drivers

Description: 嵌入实时系统中驱动程序的开发教程,学习如何在嵌入系统中写驱动程序-Embedded real-time system driver development tutorial, learn how to write embedded systems driver
Platform: | Size: 110592 | Author: ouyang | Hits:

[VxWorksVxWorksDriversMould

Description: 本文介绍VxWorks的驱动程序开发摸板,可以依照这个程序框架快速地开发VxWorks的设备驱动程序。-This article describes the development of VxWorks drivers摸板may, in accordance with the framework of this process rapidly develop VxWorks device drivers.
Platform: | Size: 80896 | Author: nainai | Hits:

[VxWorksvxw_v53_driver

Description: VxWorks Guide toWriting and Porting Device Drivers-VxWorks Guide toWriting and Porting DeviceDrivers
Platform: | Size: 668672 | Author: nainai | Hits:

[OtherVxWorks

Description: 《VxWorks下设备驱动程序及BSP开发指南》的pdf版本,还算清晰-" VxWorks device drivers and under the BSP Developer' s Guide" of the pdf version, fairly clear
Platform: | Size: 17644544 | Author: ooo | Hits:

[Software EngineeringPowerPC-VxWorks-BSP

Description: PowerPC VxWorks BSP 分析,包括硬件软件、BSP和设备驱动分析-PowerPC VxWorks BSP analysis, including hardware and software, BSP and device drivers analysis
Platform: | Size: 1755136 | Author: 魏恪之 | Hits:

[VxWorksbsp

Description: 《vxworks内核、设备驱动与BSP开发详解》光盘中的实例原代码-" Vxworks kernel, device drivers and BSP Developing Detail Explain" CD-ROM in the instance of the original code
Platform: | Size: 7168 | Author: 周琪 | Hits:

[VxWorksPowerPC_VxWorks_BSP_SBH

Description: BSP 用于初始化硬件、引导操作系统并提供软件和硬件之间的设备驱动接口。针对某类 体系结构的处理器开发 BSP 时,了解其基本的体系结构和指令系统是必要的。总地来说,V xWorks的启动过程凝练而精悍,流程清晰,各模块之间的耦合度很低。 VxWorks 和Linux 设备驱动的结构都相当复杂。 假设一个系统没有操作系统, 这个时候, 我们编写设备驱动的工作就完全停留在“驱使硬件行动”的层次上。然而,在 VxWorks 和 L inux 系统中整合设备驱动,则不仅仅意味着“驱使硬件行动” ,还意味着更加丰富的内涵。 除字符设备驱动相对简单以外,VxWorks 和 Linux 对串口、USB 设备、块设备、网络设备 等都定义了一套非常复杂的驱动程序框架结构,因此,除了控制硬件,工程师不得不领悟操 作系统本身对设备驱动设定的套路,这往往需要一个非常痛苦地学习历程。 -BSP for the hardware, boot the operating system and provide software and hardware interfaces between the device driver. For certain types of BSP processor architecture development, the understanding of its basic architecture and instruction is necessary. In general terms, V xWorks concise and lean startup process, process definition, the coupling between the modules is very low. VxWorks and Linux device drivers are quite complex structure. Suppose a system is not operating system, this time, We are working on writing device drivers completely stuck in the "drive hardware action" level. However, in VxWorks, and L inux system integration device driver, then not only means "to drive the hardware action", also means a richer meaning. In addition to other relatively simple character device driver, VxWorks and Linux on the serial port, USB devices, block devices, network equipment And so defines the driver of a very complex framework, therefore, in addition to control hardware, engine
Platform: | Size: 1768448 | Author: 笑千秋 | Hits:

[Linux-UnixLinux-driver-development23

Description: 作者:华清远见嵌入式学院。《Linux设备驱动开发详解》(08&09年度畅销榜TOP50)第23章、Linux设备驱动的移植。在编写Linux设备驱动的时候,驱动程序所服务的硬件芯片可能会在公司的多个采用不同处理器的系统中用到,因此,在编写驱动时,应该尽量考虑其可移植性,23.1节从数据类型、结构体对界、大小端模式、内存页面大小等多个角度阐述了编写可移植驱动程序的注意事项。“他山之石,可以攻玉”,为了高效地推出新的设备驱动,借用demo板、类似芯片和厂商范例程序是几种很有效的手段,23.2节讲解了这些快速编写设备驱动的方法。23.3节讲解了Linux 2.4和Linux 2.6内核在设备驱动方面的差异,通过对两者差异的分析,可以得出移植Linux 2.4内核驱动到Linux2.6内核的方法。23.4节给出了将其他操作系统内的驱动移植到Linux中的方法,主要分析了实时操作系统VxWorks设备驱动和Linux设备驱动的异同点。-Author: HuaQing vision embedded institute. The Linux device driver development "(08 and 09 sep TOP50) annual list of best-selling chapter 23, Linux device driver transplantation. Linux device drivers in writing, the driver served by the hardware in the company of the chip may DuoGe using different processor used in the system, thus, in writing driver, should try to consider its portability, section 23.1 from the data type, the structure of the world body size, the model, memory, etc DuoGe page size explains write portable driver s attention. "Learning from others, may attack the jade", in order to efficiently launching the new device drivers, borrow demo board, similar chip and manufacturers example program is several very effective means, section 23.2 explained these fast write device drivers method. 23
Platform: | Size: 508928 | Author: 华清远见 | Hits:

[VxWorkslinux-VxWorks-Learning

Description: linux内核学习资料和VxWorks华清远见内部培训资料-Linux VxWorks
Platform: | Size: 48539648 | Author: 周鹏 | Hits:

[VxWorkshdisk

Description: ATA设备的VXWORKS驱动,支持高速传输。-VXWORKS ATA device drivers, support for high-speed transmission.
Platform: | Size: 77824 | Author: jude | Hits:

[VxWorksi2c

Description: I2C设备的VXWORKS驱动,支持5.5至6.8版本。-VXWORKS IIC device drivers, support for 5.5 to 6.8 version.
Platform: | Size: 12288 | Author: jude | Hits:

[VxWorksusb

Description: USB设备的VXWORKS驱动,其实5.5版本已经带有usb驱动,该驱动支持较5.5版本新。-VXWORKS USB device drivers, in fact, has been with the usb driver version 5.5, version 5.5 of the driver support than new.
Platform: | Size: 307200 | Author: jude | Hits:

[Othervxworks-jibendaima

Description: vxworks内核、设备驱动与BSP开发详解书后光盘代码-vxworks kernel, device drivers and BSP development explain after the CD code
Platform: | Size: 7168 | Author: duzhen | Hits:

[VxWorksVxWorks_BSP

Description: VxWorks下设备驱动程序及BSP开发指南 300多页的书-Under VxWorks device drivers and BSP development guidelines over 300-page book
Platform: | Size: 17789952 | Author: dongran | Hits:

[Software EngineeringVxWorks_driver

Description: VxWorks下设备驱动程序及BSP开发指南 (2).pdf-Under VxWorks device drivers and BSP development guidelines (2). Pdf
Platform: | Size: 17644544 | Author: 唐忠川 | Hits:
« 12 »

CodeBus www.codebus.net